Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing newsboat namespace #42

Merged
merged 1 commit into from
Oct 29, 2017
Merged

Conversation

carno
Copy link
Contributor

@carno carno commented Oct 29, 2017

Fix compilation issue:

g++ -std=c++11 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss -Werror -Wall -Wextra -Wunreachable-code -DLOCALEDIR=\"/usr/local/share/locale\" -DGIT_HASH=\"r2.10-74-g7901\" -I/usr/include/x86_64-linux-gnu -I/usr/include/libxml2 -I/usr/include/json-c -D_GNU_SOURCE -D_DEFAULT_SOURCE -I/usr/include/ncursesw -o src/download.o -c src/download.cpp
rss/atom_parser.cpp: In member function ‘rsspp::item rsspp::atom_parser::parse_entry(xmlNode*)’:
rss/atom_parser.cpp:106:9: error: ‘utils’ has not been declared
     if (utils::is_valid_podcast_type(type)) {
         ^~~~~

introduced in ef929a9

@Minoru
Copy link
Member

Minoru commented Oct 29, 2017

Oops! Sorry about that, and thanks for fixing it :) How did you notice it so fast?

Will merge once Travis is done.

@carno
Copy link
Contributor Author

carno commented Oct 29, 2017

I just did a random git pull and make :D waiting for F1 race to start

@coveralls
Copy link

coveralls commented Oct 29, 2017

Coverage Status

Changes Unknown when pulling 4dc5daf on carno:compilation-issue into ** on newsboat:master**.

@Minoru Minoru merged commit db25a35 into newsboat:master Oct 29, 2017
@carno carno deleted the compilation-issue branch October 29, 2017 19:29
@Minoru Minoru added this to the 2.10.2 milestone Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants