~ubuntu-branches/debian/sid/shiboken/sid

« back to all changes in this revision

Viewing changes to libshiboken/shibokenbuffer.h

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2011-10-26 10:56:09 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20111026105609-w7ribe58f5u884em
Tags: 1.0.9-1
* New 1.0.9 upstream release.
* Bump B-Ds:
  - on generatorrunner to 0.6.14;
  - on apiextractor to 0.10.8.

* Add 12 new symbols for 1.0.9.
* Update packaging to 1.0.9:
  - Refresh patches, add pythonversionindep.patch to allow picking a
    specific python version.
  - Make sure the picked pkg-config file is the default one.
  - Update the cmake configuration calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef SHIBOKEN_BUFFER_H
24
24
#define SHIBOKEN_BUFFER_H
25
25
 
26
 
#include <Python.h>
 
26
#include "sbkpython.h"
27
27
#include "shibokenmacros.h"
28
28
 
29
29
namespace Shiboken
65
65
} // namespace Buffer
66
66
} // namespace Shiboken
67
67
 
68
 
#endif
 
 
b'\\ No newline at end of file'
 
68
#endif